ordering of issue templates and other small improvements#429
Merged
Conversation
ateucher
approved these changes
Apr 9, 2026
ateucher
left a comment
Member
There was a problem hiding this comment.
Looks great, thanks @itcarroll! I'll leave up to you if you'd like put the line breaks back in with the > instead of | in the multiline text fields.
| @@ -42,29 +42,19 @@ body: | |||
| - type: markdown | |||
| attributes: | |||
| value: | | |||
Member
There was a problem hiding this comment.
Suggested change
| value: | | |
| value: > |
Using > instead of | removes line breaks in multiline text fields; | preserves them (https://stackoverflow.com/a/72084881). Sorry I missed this the first time!
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: | |
Member
There was a problem hiding this comment.
Suggested change
| value: | | |
| value: > |
Same as above
| @@ -53,15 +53,10 @@ body: | |||
| - type: markdown | |||
| attributes: | |||
| value: | | |||
Member
There was a problem hiding this comment.
Suggested change
| value: | | |
| value: > |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #430
Really a workaround rather than a resolution on the line breaks. Not ideal for editors, but I suspect there's a problem on GitHub's side with parsing multi-line strings as raw markdown.